home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Modules / protos / mathmodule.h < prev    next >
Text File  |  1999-04-25  |  403b  |  7 lines

  1. static PyObject *math_error ( void );
  2. static PyObject *math_1 ( PyObject *args , double (*func )Py_FPROTO ((double )));
  3. static PyObject *math_2 ( PyObject *args , double (*func )Py_FPROTO ((double ,double )));
  4. static PyObject *math_frexp (PyObject *self , PyObject *args );
  5. static PyObject *math_ldexp ( PyObject *self , PyObject *args );
  6. static PyObject *math_modf ( PyObject *self , PyObject *args );
  7.